@charset "utf-8";
/* CSS Document */
.camera_main{
	position:absolute;
	width:600px;
    top:50%;
	left:50%;
	margin-left:-320px;
	margin-top:-230px;
	display:none;
	border: #999 1px solid;
	background:white;
	height:500px;
	box-shadow: #666 0px 0px 10px;/*阴影*/
	z-index:999999999;
	}
.camera_head{
	padding:10px 30px 10px 30px;
	height:30px;
	overflow:hidden;
	background: #D8D8D8;
	line-height: 30px;
	}
.wzts{
	width:360px;
	float: left;
	/*margin-left:600px;*/
	}
.wzts li{
	width:304px;
	padding-right:50px;
	height:30px;
	line-height:30px;
	font-size:15px;
	}
.xts{
	position:absolute;
	width:30px;
	height:100px;
	right:-32px;
	top:50%;
	margin-top:-36px;
	border:#CCC 1px solid;
	cursor:pointer;
	z-index:2;
	}
.xtsnr{
	background:url(images/help.png);
	position:absolute;
	height:561px;
	width:460px;
	right:0px;
	top:-6px;
	}
.whtb{
	position:absolute;
	top:8px;
	background:url(images/wh1.png);
	left:3px;
	height:27px;
	width:26px;}
.dialogbg1{
	position:absolute;
	height:100%;
	width:100%;
    left:0;
	top:0;
	background:#999;
	display:none;
    filter:alpha(opacity=10); /*IE滤镜，透明度50%*/
    -moz-opacity:0.1; /*Firefox私有，透明度50%*/
    opacity:0.1;/*其他，透明度50%*/
	}
.dialogbg2{
	position:absolute;
    left:0;
	top:0;
	background:#999;
	z-index:3;
	filter:alpha(opacity=0); /*IE滤镜，透明度50%*/
    -moz-opacity:0; /*Firefox私有，透明度50%*/
    opacity:0;/*其他，透明度50%*/
	}
.dhk{
	/*background:url(images/resultbg.png);*/
	background: white;
    height: 500px;
    width: 600px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    top: 50%;
    margin-top: -251px;
    z-index: 99;
	display:none;
	}
.dhk .dhk_head{
    height: 30px;
    text-align: center;
    background-color: #D8D8D8;
    padding: 10px;
    font-size: 20px;
    line-height: 30px;
}
.dhk .content
{
	margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
    height: 338px;
    font-size: 19px;
}
.btn_close1{
	position:absolute;
	top:10px;
	right:10px;
	width:15px;
	height:25px;
	cursor:pointer;
    font-size: 18px;
	}
.btn_close1 a{
	text-decoration:none;
	}
.dhk .cambtn{
	width:480px;
	margin:10px auto auto auto;
	}
.dhk .cambtn .btn_a{
	font-size:16px;
	color: #e6e6e6;
	font-weight:600;
    background: #666666;;
    width:120px; 
    height:35px;
    display:inline-block;
    cursor:pointer;
    line-height:35px;
    text-align:center;
    margin:0px 15px;
	}
.sxtjm{
	background:url(images/jmtb.png);
	display:block;
	width:28px;
	height:33px;
	border:none;
	cursor:pointer;
	margin:0px auto 0px auto;
	}